home *** CD-ROM | disk | FTP | other *** search
/ Windows Expert / Windows Expert.iso / desktop / wizmgr11.zip / NETWORK.TXT < prev    next >
Text File  |  1993-06-25  |  3KB  |  69 lines

  1.     WizManager Installation on a Network Server
  2.  
  3.  
  4. WizManager can be installed on a network server so that all
  5. connected users can load and run WizManager on their stations.
  6. Each computer running WizManager should have a WizManager
  7. License. Contact Mijenix for volume discount information.
  8.  
  9. 1. WINFILE.INI SETUP
  10.  
  11. WizManager WIZMGR.INI file is created during the installation
  12. process in WizManager's directory. WIZMGR.INI contains the
  13. information and modifications to perform on the WINFILE.INI file
  14. in order to have File Manager load and run WizManager (see
  15. README2.TXT). WIZMGR.INI is only an information file and is not
  16. used by WizManager.
  17.  
  18. File Manager loads a specified extension when the latter path and
  19. filename is provided in WINFILE.INI. This information is stored
  20. under the [AddOns] section. Each station which is to run
  21. WizManager must have its WINFILE.INI modified by adding a
  22. specific entry to the [AddOns] section.
  23.  
  24. In addition to the [AddOns] section modification, it is necessary
  25. to add the [WizManager] section with the path to the WizManager
  26. directory as a sole entry. WizManager needs the specified path to
  27. launch its memory unit WIZUNIT.EXE at startup.
  28.  
  29. All the information which should be merged with WINFILE.INI is
  30. contained in the WIZMGR.INI file.
  31.  
  32.  
  33. 2. WIZBAR.DLL
  34.  
  35. It is important that the file WIZBAR.DLL be in the users' file
  36. search path.
  37.  
  38. By default, WIZBAR.DLL is installed in the Windows directory, but
  39. it can be installed in any directory declared in the user's file
  40. search path.
  41.  
  42. If WIZBAR.DLL is not found during File Manager's startup process,
  43. WizManager will not be loaded and therefore will not be available
  44. to the user.
  45.  
  46.  
  47. 3. MERGEINI.EXE UTILITY PROGRAM
  48.  
  49. A useful utility program named MergeIni.exe is provided with the
  50. registered version of WizManager. MergeIni is a DOS program
  51. which can be used to 'smartly' merge the information contained in
  52. WIZMGR.INI with WINFILE.INI.
  53.  
  54. The MergeIni command syntax is as follows:
  55.  
  56.         MERGEINI <SourceFile> <DestinationFile>
  57.  
  58. If any section declared in the <SourceFile> does not exit in the
  59. <DestinationFile>, it is automatically created and the related
  60. entries are copied from the <SourceFile> to the <DestinationFile>.
  61. If a section already exits in the <DestinationFile>, MergeIni
  62. simply updates the related entries.
  63.  
  64. MergeIni can be declared in a login script so that each user who
  65. should have access to WizManager (stored on a file server) would
  66. have its WINFILE.INI modified, so that WizManager could be found
  67. and loaded when File Manager is launched.
  68.  
  69.